The ImagickPixelIterator class
PHP Manual

ImagickPixelIterator::getCurrentIteratorRow

(PECL imagick 2.0.0)

ImagickPixelIterator::getCurrentIteratorRowReturns the current row of ImagickPixel objects

Descripción

array ImagickPixelIterator::getCurrentIteratorRow ( void )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Returns the current row as an array of ImagickPixel objects from the pixel iterator.

Valores retornados

Returns a row as an array of ImagickPixel objects that can themselves be iterated.


The ImagickPixelIterator class
PHP Manual